Skip to content

Commit

Permalink
Fix #43 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhxsong authored Sep 3, 2024
1 parent b6dc2b9 commit 53e1026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ AddOcctModule (ElCLib)
AddOcctModule (ElSLib)
AddOcctModule (Extrema)
AddOcctModule (FEmTool)
AddOcctModule (FlexLexer)
AddOcctModule (Font)
AddOcctModule (FSD)
AddOcctModule (GC)
Expand Down Expand Up @@ -332,6 +333,7 @@ target_include_directories (OcctImportJS PUBLIC ${OcctIncludeDirs})
set_target_properties(OcctImportJS PROPERTIES OUTPUT_NAME occt-import-js)
set_target_properties (OcctImportJS PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}")


# OcctImportJSExample

if (${EMSCRIPTEN})
Expand Down

0 comments on commit 53e1026

Please sign in to comment.