ULRE/example/NullWindow/CMakeLists.txt

4 lines
90 B
CMake
Raw Normal View History

2018-11-27 15:43:32 +08:00
add_executable(NullWindow main.cpp)
2018-11-30 13:57:57 +08:00
target_link_libraries(NullWindow PRIVATE ${ULRE})