Make fit build the network
This commit is contained in:
@@ -11,6 +11,5 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TORCH_CXX_FLAGS}")
|
||||
|
||||
# add_library(BayesNet Node.cc Network.cc)
|
||||
# add_executable(BayesNet main.cc Node.cc Network.cc ArffFiles.cc)
|
||||
add_executable(BayesNet main.cc ArffFiles.cc Node.cc Network.cc)
|
||||
add_executable(BayesNet main.cc ArffFiles.cc Node.cc Network.cc CPPFImdlp.cpp Metrics.cpp)
|
||||
target_link_libraries(BayesNet "${TORCH_LIBRARIES}")
|
Reference in New Issue
Block a user