"stdc++" is added to CSF_ThreadLibs in CMake script to make DRAWEXE built well.
In addition, TKVCAF added in CMake script for OCAF MFC sample, and Yacc and Lex files added in src/StepFile/FILES to make it consistent with actual contents of the package.
set (CSF_ThreadLibs "c")
set (CSF_OpenGlLibs "EGL GLESv2")
elseif (UNIX)
- set (CSF_ThreadLibs "pthread rt")
+ set (CSF_ThreadLibs "pthread rt stdc++")
set (CSF_OpenGlLibs "GLU GL")
set (CSF_XwLibs "X11 Xext Xmu Xi")
${Ocaf_SRC_DIR}
${MFC_STANDARD_SAMPLES_DIR}/Common)
-target_link_libraries (Ocaf mfcsample TKLCAF TKBO)
\ No newline at end of file
+target_link_libraries (Ocaf mfcsample TKLCAF TKVCAF TKBO)
StepFile_Transfer.hxx
stepread.c
stepread.ph
+step.lex
+step.yacc