mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 10:19:55 +00:00
e6cf959134
This reverts commit ba3075dc11
.
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")
|