mirror of
https://github.com/ProjectDreamland/area51.git
synced 2024-11-01 03:01:49 +01:00
7 lines
No EOL
169 B
CMake
7 lines
No EOL
169 B
CMake
file(GLOB PARSING_SRC
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/*.cpp"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/*.hpp"
|
|
)
|
|
|
|
add_library(Parsing STATIC ${PARSING_SRC})
|
|
set_xcore_defaults(Parsing) |