1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
OpenMW/apps/nifosgtest/CMakeLists.txt

8 lines
129 B
CMake
Raw Normal View History

set (FILES
test.cpp
)
add_executable (test ${FILES})
target_link_libraries (test ${OPENSCENEGRAPH_LIBRARIES} "components")