Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Dec 29, 2022
1 parent b88010a commit 23930e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

0 comments on commit 23930e4

Please sign in to comment.