4 lines
102 B
CMake
4 lines
102 B
CMake
add_executable(EnumRenderDevice main.cpp)
|
|
|
|
target_link_libraries(EnumRenderDevice PRIVATE ${ULRE})
|