mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-13 03:30:31 +00:00
7 lines
197 B
CMake
7 lines
197 B
CMake
include_directories("${PROJECT_SOURCE_DIR}")
|
|
|
|
file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/loguru.cpp"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/loguru.hpp")
|
|
|
|
add_library(loguru OBJECT ${SOURCES})
|