first
This commit is contained in:
12
source/CMakeLists.txt
Normal file
12
source/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# ADD SOURCES HERE
|
||||
set(SOURCE_FILES
|
||||
main.c
|
||||
)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SOURCE_FILES})
|
||||
|
||||
target_link_libraries(
|
||||
${PROJECT_NAME}
|
||||
ssh
|
||||
tart
|
||||
)
|
||||
Reference in New Issue
Block a user