mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
12 lines
295 B
CMake
12 lines
295 B
CMake
# CMakeLists for common directory
|
|
#
|
|
# provides the common library
|
|
|
|
set(common_SOURCES)
|
|
|
|
set(ORACLE_LIBS)
|
|
|
|
include_directories(${${COCKATRICE_QT_VERSION_NAME}Core_INCLUDE_DIRS})
|
|
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
add_library(cockatrice_common ${common_SOURCES} ${common_MOC_SRCS})
|