mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Include examples before src to avoid duplicate tins target issue
This commit is contained in:
@@ -152,8 +152,8 @@ INSTALL(
|
||||
# Add subdirectories
|
||||
# ******************
|
||||
ADD_SUBDIRECTORY(include)
|
||||
ADD_SUBDIRECTORY(src)
|
||||
ADD_SUBDIRECTORY(examples)
|
||||
ADD_SUBDIRECTORY(src)
|
||||
|
||||
# Only include googletest if the git submodule has been fetched
|
||||
IF(EXISTS "${CMAKE_SOURCE_DIR}/googletest/CMakeLists.txt")
|
||||
|
||||
Reference in New Issue
Block a user