mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 21:15:04 +00:00
Remove compile flags from CMakeLists.txt
This commit is contained in:
parent
657e55922f
commit
6f84c4fc9e
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
|
|||
|
||||
PROJECT(fast_obj)
|
||||
|
||||
SET(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
ADD_EXECUTABLE(test test/test.cpp)
|
||||
TARGET_INCLUDE_DIRECTORIES(test PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
TARGET_COMPILE_OPTIONS(test PRIVATE -O0 -g)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue