Refactor folder structure of the project
This commit is contained in:
6
sample/CMakeLists.txt
Normal file
6
sample/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
include_directories(${BayesNet_SOURCE_DIR}/src)
|
||||
link_directories(${MyProject_SOURCE_DIR}/src)
|
||||
add_executable(main main.cc ArffFiles.cc CPPFImdlp.cpp Metrics.cpp)
|
||||
add_executable(test test.cc)
|
||||
target_link_libraries(main BayesNet "${TORCH_LIBRARIES}")
|
||||
target_link_libraries(test "${TORCH_LIBRARIES}")
|
Reference in New Issue
Block a user