Add sources
This commit is contained in:
7
test/CMakeLists.txt
Normal file
7
test/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
include_directories(../src)
|
||||
|
||||
add_executable(sl_compiler compiler.cpp)
|
||||
|
||||
target_link_libraries(sl_compiler SL++)
|
||||
Reference in New Issue
Block a user