This website requires JavaScript.
Explore
Help
Sign In
leonetienne
/
BmpPP
Watch
1
Star
0
Fork
0
You've already forked BmpPP
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
BmpPP
/
Src
/
CMakeLists.txt
10 lines
103 B
CMake
Raw
Normal View
History
Unescape
Escape
Initial commit
2022-03-05 12:34:19 +01:00
cmake_minimum_required
(
VERSION
3.16
)
Configured project
2022-03-05 12:48:26 +01:00
project
(
BmpPP
)
Initial commit
2022-03-05 12:34:19 +01:00
set
(
CMAKE_CXX_STANDARD
17
)
Configured project
2022-03-05 12:48:26 +01:00
add_library
(
BmpPP
Initial commit
2022-03-05 12:34:19 +01:00
)
Reference in New Issue
Copy Permalink