1cbbe96195b6154b1957a73808eced432e994792
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 add nice and I/O idle config

Stefan Schuermans authored 4 years ago

16)   ${CMAKE_CURRENT_BINARY_DIR}/testConfig
Stefan Schuermans implement chown/chmod

Stefan Schuermans authored 4 years ago

17)   WORKING_DIRECTORY
18)   ${CMAKE_CURRENT_SOURCE_DIR}