6 lines
95 B
CMake
6 lines
95 B
CMake
add_executable(flecs-test
|
|
main.cpp
|
|
)
|
|
|
|
target_link_libraries(flecs-test PRIVATE fever_core)
|