mirror of https://github.com/openXC7/prjxray.git
commit
8146f1f2ad
|
|
@ -36,8 +36,6 @@ target_include_directories(yaml-cpp PUBLIC
|
||||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third_party/yaml-cpp/include>
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third_party/yaml-cpp/include>
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set the CXX standard and compile time for our code only.
|
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
|
||||||
add_compile_options(-Wall -Werror)
|
add_compile_options(-Wall -Werror)
|
||||||
|
|
||||||
add_subdirectory(lib)
|
add_subdirectory(lib)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue