diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d98d7e..f2dce86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ else () ) source_group ("Sources" FILES ${AssimpJSExampleSourceFiles}) add_executable (AssimpJSExample ${AssimpJSExampleSourceFiles}) - target_include_directories (AssimpJSExample PUBLIC ${AssimpJSSourcesFolder} ${TinyCSGEmscriptenSourcesFolder}) + target_include_directories (AssimpJSExample PUBLIC ${AssimpJSSourcesFolder}) target_link_libraries (AssimpJSExample AssimpJS) set_target_properties (AssimpJSExample PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}") endif ()