app dir changed and src dir removed
This commit is contained in:
15
bs/CMakeLists.txt
Normal file
15
bs/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
file(GLOB_RECURSE ALL_SOURCES "*.c")
|
||||
|
||||
# Application configuration
|
||||
add_executable(
|
||||
bs
|
||||
${ALL_SOURCES}
|
||||
)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../modules)
|
||||
|
||||
# linking configuration
|
||||
target_link_libraries(
|
||||
bs PRIVATE ${BS_MODULES} readline ncurses
|
||||
)
|
||||
Reference in New Issue
Block a user