|
# CMakeList.txt ; CMake project for Aster Util Headers
|
|
|
|
cmake_minimum_required(VERSION 3.13)
|
|
|
|
add_subdirectory("core")
|
|
add_subdirectory("systems")
|
|
add_subdirectory("util")
|
|
|
|
target_sources(aster_core
|
|
PUBLIC "aster.h")
|
|
|
|
target_precompile_headers(aster_core PUBLIC "aster.h") |