mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
split cmakelists
This commit is contained in:
8
src/cli/CMakeLists.txt
Normal file
8
src/cli/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
add_executable(clrsync_cli main.cpp)
|
||||
|
||||
target_include_directories(clrsync_cli PRIVATE
|
||||
${CMAKE_SOURCE_DIR}/src
|
||||
SYSTEM ${CMAKE_SOURCE_DIR}/lib
|
||||
)
|
||||
|
||||
target_link_libraries(clrsync_cli PRIVATE clrsync_core)
|
||||
Reference in New Issue
Block a user