C/Cpp: Fix some names in CMakeLists

This commit is contained in:
Jannik Beyerstedt 2020-11-05 14:08:15 +01:00
parent 7a68766392
commit aa8679545e
1 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@ set(SOURCES
add_executable(ctestapp ${SOURCES})
# add libraries
# target_link_libraries(AftermarketV2X-UseCaseApp PRIVATE lib_json)
# target_link_libraries(AftermarketV2X-UseCaseApp PRIVATE lib_loguru)
# target_link_libraries(ctestapp PRIVATE lib_json)
# target_link_libraries(ctestapp PRIVATE lib_loguru)
# define which compile target should be installed with `make install`
install(TARGETS ctestapp