add_executable(parse parse.cpp) target_link_libraries(parse cpptoml) add_executable(cpptoml-parser parse_stdin.cpp) target_link_libraries(cpptoml-parser cpptoml) add_executable(cpptoml-build build_toml.cpp) target_link_libraries(cpptoml-build cpptoml) add_executable(cpptoml-conversions conversions.cpp) target_link_libraries(cpptoml-conversions cpptoml)