mirror of
https://github.com/hmaxnl/based.git
synced 2025-04-04 22:51:27 +02:00
6 lines
84 B
CMake
Executable File
6 lines
84 B
CMake
Executable File
# Public include
|
|
|
|
target_sources(based PUBLIC
|
|
"base.h")
|
|
|
|
add_subdirectory(based) |