We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428d60a commit 2a87174Copy full SHA for 2a87174
1 file changed
CMakeLists.txt
@@ -95,9 +95,9 @@ function(pyigl_include prefix name)
95
endif()
96
file(GLOB sources "${CMAKE_CURRENT_SOURCE_DIR}/src/${subpath}/*.cpp")
97
98
- # Just compile a single file
99
- list(GET sources 0 sources)
100
- list(APPEND sources "${CMAKE_CURRENT_SOURCE_DIR}/src/${subpath}/module.cpp")
+ ## Just compile a single file
+ #list(GET sources 0 sources)
+ #list(APPEND sources "${CMAKE_CURRENT_SOURCE_DIR}/src/${subpath}/module.cpp")
101
102
set(BINDING_SOURCES ${sources})
103
list(FILTER BINDING_SOURCES EXCLUDE REGEX ".*/module\\.cpp$")
0 commit comments