add autodeploy
This commit is contained in:
committed by
dukelsky
parent
670c7248cc
commit
a9c11a472c
11
goldnode/CMakeLists.txt
Normal file
11
goldnode/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
set(goldnode_SOURCES
|
||||
goldnode.cpp
|
||||
../golded3/golded3.cpp
|
||||
)
|
||||
add_executable(goldnode ${goldnode_SOURCES})
|
||||
target_link_libraries(goldnode gall)
|
||||
include_directories(../goldlib/gall ../golded3)
|
||||
|
||||
INSTALL(TARGETS goldnode
|
||||
RUNTIME DESTINATION bin
|
||||
)
|
Reference in New Issue
Block a user