WIP: add_sync_containers #1
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -4,3 +4,4 @@ build/ | |||||||
| compile_commands.json | compile_commands.json | ||||||
| .gdb_history | .gdb_history | ||||||
| .cmake.conf | .cmake.conf | ||||||
|  | third_party/ | ||||||
|   | |||||||
| @@ -223,26 +223,8 @@ if((CMAKE_SYSTEM_PROCESSOR MATCHES "riscv64") OR (CMAKE_SYSTEM_PROCESSOR MATCHES | |||||||
|   endif() |   endif() | ||||||
| endif() | endif() | ||||||
|  |  | ||||||
| # set(LIB_NAMES tile) |  | ||||||
| # |  | ||||||
| # if(("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") OR (MINGW) OR (HAIKU) OR |  | ||||||
| # ("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD") OR ("${CMAKE_SYSTEM_NAME}" |  | ||||||
| # STREQUAL "GNU") OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD") OR |  | ||||||
| # ("${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia") OR ("${CMAKE_SYSTEM_NAME}" |  | ||||||
| # STREQUAL "DragonFly") OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "SunOS")) # FIXME: |  | ||||||
| # It should be "GNU ld # for elf" set(LIB_NAMES -Wl,--whole-archive ${LIB_NAMES} |  | ||||||
| # -Wl,--no-whole-archive) elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin") |  | ||||||
| # set(LIB_NAMES -Wl,-all_load ${LIB_NAMES}) endif() |  | ||||||
|  |  | ||||||
| add_library(tile::tile ALIAS tile) | add_library(tile::tile ALIAS tile) | ||||||
| # add_library(tile SHARED $<TARGET_OBJECTS:tile>) target_include_directories( |  | ||||||
| # tile PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/third_party/fmt/include" |  | ||||||
| # "${CMAKE_CURRENT_BINARY_DIR}/third_party/glog" |  | ||||||
| # "${CMAKE_CURRENT_SOURCE_DIR}/third_party/glog/src" |  | ||||||
| # "${CMAKE_CURRENT_SOURCE_DIR}" RPIVATE |  | ||||||
| # "${CMAKE_CURRENT_BINARY_DIR}/third_party/gflags/include") |  | ||||||
| # target_link_libraries( tile PRIVATE ${WHOLE_ARCHIVE_PREFIX} gflags::gflags |  | ||||||
| # glog::glog libcurl fmt::fmt ${NO_WHOLE_ARCHIVE_PREFIX}) |  | ||||||
|  |  | ||||||
| if(TILE_BUILD_TESTS) | if(TILE_BUILD_TESTS) | ||||||
|   enable_testing() |   enable_testing() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user