fix typo errors

This commit is contained in:
EndrII
2022-11-16 20:55:45 +03:00
parent 29065889d0
commit d916c4e448
+1 -2
View File
@@ -2,7 +2,6 @@ if(DEFINED CRC_LIBRARY)
return() return()
else() else()
set(CRC_LIBRARY 1) set(CRC_LIBRARY 1)
add_definitions(-DCRC_LIBRARY)
endif() endif()
project(CRC) project(CRC)
@@ -20,7 +19,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
option(BUILD_SHARED_LIBS "Enable or disable shared libraries" OFF) option(BUILD_SHARED_LIBS "Enable or disable shared libraries" OFF)
file(GLOB SOURCE_CPP file(GLOB SOURCE_CPP
"crc/*.h" "crc/*.h"
"crc/*.cpp" "crc/*.cpp"
"crc/*.c" "crc/*.c"
) )