2 lines
98 B
CMake
2 lines
98 B
CMake
add_library_module(app application.cpp)
|
|
target_link_libraries(app PUBLIC memory PRIVATE lt_debug)
|