Download this file
10 lines (6 with data), 191 Bytes
| set(CMAKE_VERBOSE_MAKEFILE ON)
project(dialog-layout)
if(NOT LIBRARY_OUTPUT_PATH)
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
endif(NOT LIBRARY_OUTPUT_PATH)
add_subdirectory(src)
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.