mirror of
https://github.com/gityf/crc.git
synced 2026-08-12 20:32:20 +08:00
fix typo errors
This commit is contained in:
+1
-2
@@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user