1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 05:15:33 +00:00
openmw-tes3mp/apps/nifosgtest/CMakeLists.txt

8 lines
129 B
Text
Raw Normal View History

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