mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-09-06 21:57:47 -04:00
8 lines
198 B
CMake
8 lines
198 B
CMake
project(LogicalGui)
|
|
|
|
# Set the include dir path.
|
|
set(LOGICALGUI_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}" PARENT_SCOPE)
|
|
|
|
add_library(LogicalGui STATIC LogicalGui.h)
|
|
qt5_use_modules(LogicalGui Core)
|