mirror of
https://github.com/reactos/CMake.git
synced 2025-01-06 02:58:48 +00:00
af1f698757
Storing it in the makefile means that the policy does not trigger when include and export are in differing directories.
8 lines
110 B
CMake
8 lines
110 B
CMake
|
|
enable_language(CXX)
|
|
|
|
add_library(foo SHARED empty.cpp)
|
|
|
|
add_subdirectory(subdir1)
|
|
add_subdirectory(subdir2)
|