mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
e6cf959134
This reverts commit ba3075dc110b5da47ab5e1b3aa069d54fecd444b.
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")
|