Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake install #14

Merged
merged 1 commit into from
May 11, 2019
Merged

cmake install #14

merged 1 commit into from
May 11, 2019

Conversation

fenglc
Copy link
Contributor

@fenglc fenglc commented May 8, 2019

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.

None yet

2 participants