1PROJECT(libconfig_test_app) 2 3ADD_EXECUTABLE(libconfig_test_app main.cpp) 4 5target_link_libraries(libconfig_test_app config++) 6 7