C/Cpp: Fix some names in CMakeLists
This commit is contained in:
parent
7a68766392
commit
aa8679545e
|
@ -53,8 +53,8 @@ set(SOURCES
|
||||||
add_executable(ctestapp ${SOURCES})
|
add_executable(ctestapp ${SOURCES})
|
||||||
|
|
||||||
# add libraries
|
# add libraries
|
||||||
# target_link_libraries(AftermarketV2X-UseCaseApp PRIVATE lib_json)
|
# target_link_libraries(ctestapp PRIVATE lib_json)
|
||||||
# target_link_libraries(AftermarketV2X-UseCaseApp PRIVATE lib_loguru)
|
# target_link_libraries(ctestapp PRIVATE lib_loguru)
|
||||||
|
|
||||||
# define which compile target should be installed with `make install`
|
# define which compile target should be installed with `make install`
|
||||||
install(TARGETS ctestapp
|
install(TARGETS ctestapp
|
||||||
|
|
Loading…
Reference in a new issue