Menu

[ee0044]: / CMakeLists.txt  Maximize  Restore  History

Download this file

10 lines (6 with data), 191 Bytes

1
2
3
4
5
6
7
8
9
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.