1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 16:23:53 +00:00
openmw/apps/nifosgtest/CMakeLists.txt
scrawl e6cf959134 Revert "Delete nifosgtest"
This reverts commit ba3075dc11.
2015-04-11 14:46:52 +02:00

7 lines
129 B
CMake

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