cmake install · Pull Request #14 · gulrak/filesystem · GitHub
Skip to content

cmake install - #14

Merged
gulrak merged 1 commit into
masterfrom
unknown repository
May 11, 2019
Merged

cmake install#14
gulrak merged 1 commit into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented May 8, 2019

Copy link
Copy Markdown

example test-fs.zip

cmake_minimum_required(VERSION 3.7.2)

project(test-fs)

find_package(ghcfilesystem REQUIRED)

add_executable(test-fs
	main.cpp)

set_target_properties(test-fs
	PROPERTIES
		CXX_STANDARD 11
		CXX_STANDARD_REQUIRED ON)

target_include_directories(test-fs
	PRIVATE
		${ghcfilesystem_INCLUDE_DIRS})

@gulrak
gulrak merged commit 3117060 into gulrak:master May 11, 2019
@gulrak gulrak mentioned this pull request Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant