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