46515a72e864fae030fe3d667617e5783ca79156
Stefan Schuermans begin of permissioner confi...

Stefan Schuermans authored 4 years ago

1) add_executable(
2)   testConfig
3)   testConfig.cpp
4) )
5) 
6) target_link_libraries(
7)   testConfig
8)   PUBLIC
Stefan Schuermans move most sources into libp...

Stefan Schuermans authored 4 years ago

9)   permissioner
Stefan Schuermans begin of permissioner confi...

Stefan Schuermans authored 4 years ago

10) )
11) 
12) add_test(
13)   NAME
14)   testConfig
15)   COMMAND
Stefan Schuermans implement chown/chmod

Stefan Schuermans authored 4 years ago

16)   ${CMAKE_CURRENT_BINARY_DIR}/testConfig test.cfg
17)   WORKING_DIRECTORY
18)   ${CMAKE_CURRENT_SOURCE_DIR}