ULRE/example/NullWindow/CMakeLists.txt

4 lines
93 B
CMake

add_executable(NullWindow main.cpp)
target_link_libraries(NullWindow PRIVATE MathGeoLib)