Initial Commit
This commit is contained in:
6
src/CMakeLists.txt
Normal file
6
src/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
include_directories(${Python3_INCLUDE_DIRS})
|
||||
|
||||
add_executable(main main.cc PyWrap.cc)
|
||||
|
||||
target_link_libraries(main ${Python3_LIBRARIES})
|
Reference in New Issue
Block a user