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
|
||||
commands.c
|
||||
commands.h
|
||||
editor.h
|
||||
editor.c
|
||||
)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SOURCE_FILES})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} TartLib m)
|
||||
Reference in New Issue
Block a user