added main routine
This commit is contained in:
parent
1e534a6c67
commit
ee5afc2387
2 changed files with 70 additions and 0 deletions
|
|
@ -81,3 +81,11 @@ target_link_libraries(
|
|||
)
|
||||
|
||||
add_test(NAME test1 COMMAND $[PROJECT_NAME}_test)
|
||||
add_executable(${PROJECT_NAME} main.cpp)
|
||||
target_link_libraries(
|
||||
${PROJECT_NAME}
|
||||
PRIVATE Boost::filesystem
|
||||
Boost::system
|
||||
Boost::program_options
|
||||
dir_monitor
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue