mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-18 04:10:06 +00:00
8 lines
129 B
CMake
8 lines
129 B
CMake
set (FILES
|
|
test.cpp
|
|
)
|
|
|
|
add_executable (test ${FILES})
|
|
|
|
target_link_libraries (test ${OPENSCENEGRAPH_LIBRARIES} "components")
|