Update CMakeLists.txt

This commit is contained in:
Andrei Yankovich
2022-11-16 23:33:53 +03:00
committed by GitHub
parent 36d8994094
commit 1cba3b53e5
+2 -3
View File
@@ -4,7 +4,7 @@ else()
set(CRC_LIBRARY 1) set(CRC_LIBRARY 1)
endif() endif()
project(CRC) project(crc)
if(TARGET ${PROJECT_NAME}) if(TARGET ${PROJECT_NAME})
message("The ${PROJECT_NAME} arledy included in main Project") message("The ${PROJECT_NAME} arledy included in main Project")
@@ -25,5 +25,4 @@ file(GLOB SOURCE_CPP
) )
add_library(${PROJECT_NAME} ${SOURCE_CPP}) add_library(${PROJECT_NAME} ${SOURCE_CPP})
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_LIST_DIR})