mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 09:53:52 +00:00
7 lines
129 B
CMake
7 lines
129 B
CMake
set (FILES
|
|
test.cpp
|
|
)
|
|
|
|
add_executable (test ${FILES})
|
|
|
|
target_link_libraries (test ${OPENSCENEGRAPH_LIBRARIES} "components")
|