mirror of
https://github.com/AxioDL/zeus.git
synced 2025-07-11 23:56:03 +00:00
8 lines
159 B
CMake
8 lines
159 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
project(zeustest)
|
|
|
|
include_directories(../include)
|
|
|
|
add_executable(zeustest main.cpp)
|
|
target_link_libraries(zeustest zeus)
|