mirror of
https://github.com/gityf/crc.git
synced 2026-08-13 04:52:00 +08:00
fix typo errors
This commit is contained in:
+1
-2
@@ -2,7 +2,6 @@ if(DEFINED CRC_LIBRARY)
|
||||
return()
|
||||
else()
|
||||
set(CRC_LIBRARY 1)
|
||||
add_definitions(-DCRC_LIBRARY)
|
||||
endif()
|
||||
|
||||
project(CRC)
|
||||
@@ -20,7 +19,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
option(BUILD_SHARED_LIBS "Enable or disable shared libraries" OFF)
|
||||
|
||||
file(GLOB SOURCE_CPP
|
||||
"crc/*.h"
|
||||
"crc/*.h"
|
||||
"crc/*.cpp"
|
||||
"crc/*.c"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user